All Questions
3 questions
1vote
1answer
336views
Parse JSON strings as tables using Python
Needed a simple CSV file that had headers and no nesting of data to consume in Tableau. The JSON file I was consuming had nested dictionaries and lists (which sometimes had in themselves nested lists/...
5votes
1answer
385views
Create Java object from from page content or plain text
My job is to make a specified java objects from web page that contains following text: Companies: ...
5votes
1answer
196views
Substitution of different occurrences of a string with changing patterns
I need to parse an invalid JSON string in which I find many repetitions of the same key, like the following snippet: ...